5 months ago
The GameBrain MCP server allows you to connect to the world of gaming knowledge from your favorite chat client that supports MCP such as Claude Desktop or ChatGPT. You can search and discover games, e.g. "best rpg games for PC in 2025" or you can get very detailed data about any video game from the growing database of over 680,000 games, e.g. "tell me everything about kingdom come deliverance 2".
Server Config
{
"mcpServers": {
"gamebrain": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.gamebrain.co/v1/mcp?api-key=YOUR_KEY"
]
}
}
}